The Sequence Builder allows you to manage Collections of collectible metadata, including details, images, and properties. You can link Collections to deployable contracts for easy crafting flows. Control updates and public/private viewing of collection info on Sequence servers.
Collections
page view from the left nav, then select the + Create a collection
Collection Name
, Description
for the contract info, Collection Data
being Visible (Public)
or Private (Hidden)
where for the data to be viewable select Visible (Public), and include your projects External Link
to a website.
ERC1155
or ERC721
) and having the baseMetadataURI
being set on the deployment by selecting the Link contract
Then select the Deploy new contract
Network
, Contract Name
, and Royalties
, whether to publish the Collectible on the Token Directory and finally select Deploy Contract
to then complete the transaction signing in the Sequence popup.
Read Contract
section tab of the contract, if you Read
from the baseURI
it will show you the metadata url from Sequence where when read from the Indexer, <token_id>.json
will get appended to the end to reference the json for the collectible.
Collections
page and select the + Add a collectible
Collectible Name
and Description
, then upload your artwork by selecting the greyish field
+ Add a property
which can be useful for inscribing more information like numbers or strings when using the metadata in any game.
Collection Name
, Description
, visibility of Collection data
, and an External Link
to reference a website on the web.
Delete collection data
which will permanently delete data all data, an action that cannot be undone.
Link Contract
you can’t use predeployed contracts, but you can read the Token Metadata URI
from the Collection to set your existing contracts’ setBaseMetadataURI
. The URI can be retrieved by accessing Metadata URIs
button
Token Metadata URI
from the modal and use the URI to write to a contract with the setBaseMetadataURI
function, or, use to reference metadata directly in an application by appending a <token_id>.json
to the URI to access the metadata